home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / TS32 / COLORPAL.DFM / COLORPAL.txt
Text File  |  1996-02-23  |  9KB  |  436 lines

  1. object frmColorPaletteEditor: TfrmColorPaletteEditor
  2.   Left = 311
  3.   Top = 73
  4.   BorderStyle = bsDialog
  5.   Caption = 'Color Palette Editor'
  6.   ClientHeight = 274
  7.   ClientWidth = 361
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object pbPal: TPaintBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 256
  20.     Height = 256
  21.     OnMouseUp = pbPalMouseUp
  22.     OnPaint = pbPalPaint
  23.   end
  24.   object Label1: TLabel
  25.     Left = 272
  26.     Top = 8
  27.     Width = 26
  28.     Height = 13
  29.     Caption = 'Index'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 272
  33.     Top = 32
  34.     Width = 8
  35.     Height = 13
  36.     Caption = 'R'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 272
  40.     Top = 56
  41.     Width = 8
  42.     Height = 13
  43.     Caption = 'G'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 272
  47.     Top = 80
  48.     Width = 7
  49.     Height = 13
  50.     Caption = 'B'
  51.   end
  52.   object shapeCursor: TShape
  53.     Left = 8
  54.     Top = 8
  55.     Width = 16
  56.     Height = 16
  57.     Brush.Style = bsClear
  58.     Pen.Color = clYellow
  59.   end
  60.   object dfIndex: TPanel
  61.     Left = 312
  62.     Top = 8
  63.     Width = 41
  64.     Height = 17
  65.     Caption = '0'
  66.     Font.Color = clNavy
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 0
  72.   end
  73.   object dfRed: TEdit
  74.     Left = 312
  75.     Top = 32
  76.     Width = 41
  77.     Height = 21
  78.     MaxLength = 3
  79.     TabOrder = 1
  80.     OnChange = dfRedChange
  81.     OnKeyPress = dfRedKeyPress
  82.     OnKeyUp = dfRedKeyUp
  83.   end
  84.   object dfGreen: TEdit
  85.     Left = 312
  86.     Top = 56
  87.     Width = 41
  88.     Height = 21
  89.     MaxLength = 3
  90.     TabOrder = 2
  91.     OnChange = dfRedChange
  92.     OnKeyPress = dfRedKeyPress
  93.     OnKeyUp = dfRedKeyUp
  94.   end
  95.   object dfBlue: TEdit
  96.     Left = 312
  97.     Top = 80
  98.     Width = 41
  99.     Height = 21
  100.     MaxLength = 3
  101.     TabOrder = 3
  102.     OnChange = dfRedChange
  103.     OnKeyPress = dfRedKeyPress
  104.     OnKeyUp = dfRedKeyUp
  105.   end
  106.   object pbOK: TButton
  107.     Left = 272
  108.     Top = 208
  109.     Width = 81
  110.     Height = 25
  111.     Caption = '&OK'
  112.     Default = True
  113.     ModalResult = 1
  114.     TabOrder = 4
  115.   end
  116.   object pbModify: TButton
  117.     Left = 272
  118.     Top = 176
  119.     Width = 81
  120.     Height = 25
  121.     Caption = '&Modify...'
  122.     TabOrder = 5
  123.     OnClick = pbModifyClick
  124.   end
  125.   object pbCancel: TButton
  126.     Left = 272
  127.     Top = 240
  128.     Width = 81
  129.     Height = 25
  130.     Cancel = True
  131.     Caption = '&Cancel'
  132.     ModalResult = 2
  133.     TabOrder = 6
  134.   end
  135.   object pbLoad: TButton
  136.     Left = 272
  137.     Top = 120
  138.     Width = 81
  139.     Height = 25
  140.     Caption = '&Load...'
  141.     TabOrder = 7
  142.     OnClick = pbLoadClick
  143.   end
  144.   object pbSave: TButton
  145.     Left = 272
  146.     Top = 144
  147.     Width = 81
  148.     Height = 25
  149.     Caption = '&Save...'
  150.     TabOrder = 8
  151.     OnClick = pbSaveClick
  152.   end
  153.   object ColorPalette1: TColorPalette
  154.     BadEntries.Strings = (
  155.       '192')
  156.     PaletteEntries.Strings = (
  157.       '0,0,0,0'
  158.       '128,0,0,0'
  159.       '0,128,0,0'
  160.       '128,128,0,0'
  161.       '0,0,128,0'
  162.       '128,0,128,0'
  163.       '0,128,128,0'
  164.       '192,192,192,0'
  165.       '192,220,192,0'
  166.       '166,202,240,0'
  167.       '10,10,10,4'
  168.       '11,11,11,4'
  169.       '12,12,12,4'
  170.       '13,13,13,4'
  171.       '14,14,14,4'
  172.       '15,15,15,4'
  173.       '16,16,16,4'
  174.       '17,17,17,4'
  175.       '18,18,18,4'
  176.       '19,19,19,4'
  177.       '20,20,20,4'
  178.       '21,21,21,4'
  179.       '22,22,22,4'
  180.       '23,23,23,4'
  181.       '24,24,24,4'
  182.       '25,25,25,4'
  183.       '26,26,26,4'
  184.       '27,27,27,4'
  185.       '28,28,28,4'
  186.       '29,29,29,4'
  187.       '30,30,30,4'
  188.       '31,31,31,4'
  189.       '32,32,32,4'
  190.       '33,33,33,4'
  191.       '34,34,34,4'
  192.       '35,35,35,4'
  193.       '36,36,36,4'
  194.       '37,37,37,4'
  195.       '38,38,38,4'
  196.       '39,39,39,4'
  197.       '40,40,40,4'
  198.       '41,41,41,4'
  199.       '42,42,42,4'
  200.       '43,43,43,4'
  201.       '44,44,44,4'
  202.       '45,45,45,4'
  203.       '46,46,46,4'
  204.       '47,47,47,4'
  205.       '48,48,48,4'
  206.       '49,49,49,4'
  207.       '50,50,50,4'
  208.       '51,51,51,4'
  209.       '52,52,52,4'
  210.       '53,53,53,4'
  211.       '54,54,54,4'
  212.       '55,55,55,4'
  213.       '56,56,56,4'
  214.       '57,57,57,4'
  215.       '58,58,58,4'
  216.       '59,59,59,4'
  217.       '60,60,60,4'
  218.       '61,61,61,4'
  219.       '62,62,62,4'
  220.       '63,63,63,4'
  221.       '64,64,64,4'
  222.       '65,65,65,4'
  223.       '66,66,66,4'
  224.       '67,67,67,4'
  225.       '68,68,68,4'
  226.       '69,69,69,4'
  227.       '70,70,70,4'
  228.       '71,71,71,4'
  229.       '72,72,72,4'
  230.       '73,73,73,4'
  231.       '74,74,74,4'
  232.       '75,75,75,4'
  233.       '76,76,76,4'
  234.       '77,77,77,4'
  235.       '78,78,78,4'
  236.       '79,79,79,4'
  237.       '80,80,80,4'
  238.       '81,81,81,4'
  239.       '82,82,82,4'
  240.       '83,83,83,4'
  241.       '84,84,84,4'
  242.       '85,85,85,4'
  243.       '86,86,86,4'
  244.       '87,87,87,4'
  245.       '88,88,88,4'
  246.       '89,89,89,4'
  247.       '90,90,90,4'
  248.       '91,91,91,4'
  249.       '92,92,92,4'
  250.       '93,93,93,4'
  251.       '94,94,94,4'
  252.       '95,95,95,4'
  253.       '96,96,96,4'
  254.       '97,97,97,4'
  255.       '98,98,98,4'
  256.       '99,99,99,4'
  257.       '100,100,100,4'
  258.       '101,101,101,4'
  259.       '102,102,102,4'
  260.       '103,103,103,4'
  261.       '104,104,104,4'
  262.       '105,105,105,4'
  263.       '106,106,106,4'
  264.       '107,107,107,4'
  265.       '108,108,108,4'
  266.       '109,109,109,4'
  267.       '110,110,110,4'
  268.       '111,111,111,4'
  269.       '112,112,112,4'
  270.       '113,113,113,4'
  271.       '114,114,114,4'
  272.       '115,115,115,4'
  273.       '116,116,116,4'
  274.       '117,117,117,4'
  275.       '118,118,118,4'
  276.       '119,119,119,4'
  277.       '120,120,120,4'
  278.       '121,121,121,4'
  279.       '122,122,122,4'
  280.       '123,123,123,4'
  281.       '124,124,124,4'
  282.       '125,125,125,4'
  283.       '126,126,126,4'
  284.       '127,127,127,4'
  285.       '128,128,128,4'
  286.       '129,129,129,4'
  287.       '130,130,130,4'
  288.       '131,131,131,4'
  289.       '132,132,132,4'
  290.       '133,133,133,4'
  291.       '134,134,134,4'
  292.       '135,135,135,4'
  293.       '136,136,136,4'
  294.       '137,137,137,4'
  295.       '138,138,138,4'
  296.       '139,139,139,4'
  297.       '140,140,140,4'
  298.       '141,141,141,4'
  299.       '142,142,142,4'
  300.       '143,143,143,4'
  301.       '144,144,144,4'
  302.       '145,145,145,4'
  303.       '146,146,146,4'
  304.       '147,147,147,4'
  305.       '148,148,148,4'
  306.       '149,149,149,4'
  307.       '150,150,150,4'
  308.       '151,151,151,4'
  309.       '152,152,152,4'
  310.       '153,153,153,4'
  311.       '154,154,154,4'
  312.       '155,155,155,4'
  313.       '156,156,156,4'
  314.       '157,157,157,4'
  315.       '158,158,158,4'
  316.       '159,159,159,4'
  317.       '160,160,160,4'
  318.       '161,161,161,4'
  319.       '162,162,162,4'
  320.       '163,163,163,4'
  321.       '164,164,164,4'
  322.       '165,165,165,4'
  323.       '166,166,166,4'
  324.       '167,167,167,4'
  325.       '168,168,168,4'
  326.       '169,169,169,4'
  327.       '170,170,170,4'
  328.       '171,171,171,4'
  329.       '172,172,172,4'
  330.       '173,173,173,4'
  331.       '174,174,174,4'
  332.       '175,175,175,4'
  333.       '176,176,176,4'
  334.       '177,177,177,4'
  335.       '178,178,178,4'
  336.       '179,179,179,4'
  337.       '180,180,180,4'
  338.       '181,181,181,4'
  339.       '182,182,182,4'
  340.       '183,183,183,4'
  341.       '184,184,184,4'
  342.       '185,185,185,4'
  343.       '186,186,186,4'
  344.       '187,187,187,4'
  345.       '188,188,188,4'
  346.       '189,189,189,4'
  347.       '190,190,190,4'
  348.       '191,191,191,4'
  349.       '192,192,192,4'
  350.       '193,193,193,4'
  351.       '194,194,194,4'
  352.       '195,195,195,4'
  353.       '196,196,196,4'
  354.       '197,197,197,4'
  355.       '198,198,198,4'
  356.       '199,199,199,4'
  357.       '200,200,200,4'
  358.       '201,201,201,4'
  359.       '202,202,202,4'
  360.       '203,203,203,4'
  361.       '204,204,204,4'
  362.       '205,205,205,4'
  363.       '206,206,206,4'
  364.       '207,207,207,4'
  365.       '208,208,208,4'
  366.       '209,209,209,4'
  367.       '210,210,210,4'
  368.       '211,211,211,4'
  369.       '212,212,212,4'
  370.       '213,213,213,4'
  371.       '214,214,214,4'
  372.       '215,215,215,4'
  373.       '216,216,216,4'
  374.       '217,217,217,4'
  375.       '218,218,218,4'
  376.       '219,219,219,4'
  377.       '220,220,220,4'
  378.       '221,221,221,4'
  379.       '222,222,222,4'
  380.       '223,223,223,4'
  381.       '224,224,224,4'
  382.       '225,225,225,4'
  383.       '226,226,226,4'
  384.       '227,227,227,4'
  385.       '228,228,228,4'
  386.       '229,229,229,4'
  387.       '230,230,230,4'
  388.       '231,231,231,4'
  389.       '232,232,232,4'
  390.       '233,233,233,4'
  391.       '234,234,234,4'
  392.       '235,235,235,4'
  393.       '236,236,236,4'
  394.       '237,237,237,4'
  395.       '238,238,238,4'
  396.       '239,239,239,4'
  397.       '240,240,240,4'
  398.       '241,241,241,4'
  399.       '242,242,242,4'
  400.       '243,243,243,4'
  401.       '244,244,244,4'
  402.       '245,245,245,4'
  403.       '255,251,240,0'
  404.       '160,160,164,0'
  405.       '128,128,128,0'
  406.       '255,0,0,0'
  407.       '0,255,0,0'
  408.       '255,255,0,0'
  409.       '0,0,255,0'
  410.       '255,0,255,0'
  411.       '0,255,255,0'
  412.       '255,255,255,0')
  413.     IdentityPalette = False
  414.     Left = 96
  415.     Top = 64
  416.   end
  417.   object ColorDialog1: TColorDialog
  418.     Left = 32
  419.     Top = 64
  420.   end
  421.   object dlgOpen: TOpenDialog
  422.     DefaultExt = 'PAL'
  423.     Filter = 'Palette Files (*.PAL)|*.PAL'
  424.     Title = 'Open Palette File'
  425.     Left = 32
  426.     Top = 152
  427.   end
  428.   object dlgSave: TSaveDialog
  429.     DefaultExt = 'PAL'
  430.     Filter = 'Palette Files (*.PAL)|*.PAL'
  431.     Options = [ofOverwritePrompt]
  432.     Left = 96
  433.     Top = 152
  434.   end
  435. end
  436.